home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / basemod.dfm / basemod.txt
Encoding:
Text File  |  1998-02-09  |  987 b   |  53 lines

  1. object Base: TBase
  2.   Left = 200
  3.   Top = 112
  4.   Width = 435
  5.   Height = 300
  6.   Font.Color = clWindowText
  7.   Font.Height = -11
  8.   Font.Name = 'Default'
  9.   Font.Style = []
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Panel1: TPanel
  13.     Left = 0
  14.     Top = 0
  15.     Width = 423
  16.     Height = 41
  17.     Align = alTop
  18.     TabOrder = 0
  19.     object Label1: TLabel
  20.       Left = 1
  21.       Top = 1
  22.       Width = 194
  23.       Height = 39
  24.       Align = alLeft
  25.       Caption = 'Global Dive Supply'
  26.       Font.Color = clPurple
  27.       Font.Height = -21
  28.       Font.Charset = DEFAULT_CHARSET
  29.       Font.Name = 'Arial'
  30.       Font.Style = [fsBold, fsItalic]
  31.       ParentFont = False
  32.     end
  33.   end
  34.   object Panel2: TPanel
  35.     Left = 0
  36.     Top = 228
  37.     Width = 423
  38.     Height = 41
  39.     Align = alBottom
  40.     BevelOuter = bvNone
  41.     TabOrder = 1
  42.     object Button1: TButton
  43.       Left = 336
  44.       Top = 8
  45.       Width = 75
  46.       Height = 25
  47.       Caption = 'Exit'
  48.       TabOrder = 0
  49.       OnClick = Button1Click
  50.     end
  51.   end
  52. end
  53.